Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProcessPipeline tracing and some tags #3

Merged
merged 10 commits into from
Apr 11, 2019
Merged

Conversation

ledor473
Copy link
Contributor

@ledor473 ledor473 commented Apr 10, 2019

Fixes #2

Changes:

.gitignore Outdated Show resolved Hide resolved
otredis.go Show resolved Hide resolved
otredis.go Outdated Show resolved Hide resolved
otredis_test.go Outdated Show resolved Hide resolved
@smacker
Copy link
Owner

smacker commented Apr 10, 2019

please remove adding commands values into tags.
I'll come back to review after that because it will change the code quite much.

@ledor473
Copy link
Contributor Author

ledor473 commented Apr 10, 2019

Most of it was fixed by @kmanco, I'll update the description of the PR to reflect the state of it.

Once it's ready to merge, I can squash the commits if needed

otredis.go Outdated
"github.com/opentracing/opentracing-go/ext"
)

// WrapRedisClient adds opentracing measurements for commands and returns cloned client
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you please return documentation for this function.
All public functions must be documented.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No prob

@smacker
Copy link
Owner

smacker commented Apr 11, 2019

Please return the docstring for the exported function and it's good to go.
Thanks!

@smacker smacker merged commit 1bbe121 into smacker:master Apr 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants